home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / mb1705.zip / REQCB.DOC < prev    next >
Text File  |  1994-02-25  |  1KB  |  57 lines

  1.  
  2. REQCB - Request callbook information.
  3.  
  4. *** Note: SAM can be used EITHER as QTH or REQCB, but not BOTH !
  5. *** Note: HB only supports callsign lookup at this time.
  6.  
  7. To use the RT Systems SAM database servers:
  8.  
  9.     Load SAM into directory \sam, and the SAM API into \sam\api
  10.     Load \sam\api\samapi during bootup (put it in your AUTOEXEC.BAT).
  11.  
  12.  
  13. To use the J-COM HamBase database servers:
  14.  
  15.     Load Hambase into directory \hambase
  16.     Or set the environment variable HB to the directory
  17.     where HamBase is located.  (SET HB=\hambase in AUTOEXEC.BAT)
  18.  
  19.  
  20. To use the REQCB server with RT Systems SAM database:
  21.  
  22.     Add the following lines to server.mb:
  23.  
  24.     reqcb.out 8 S4 reqcb.in 8
  25.     sam
  26.  
  27.     The system will respond to messages to SAM
  28.  
  29. To use the REQCB server with J-Com Hambase:
  30.  
  31.     Add the following line to server.mb:
  32.  
  33.     reqcb.out 8 S4 reqcb.in 8
  34.     hb
  35.  
  36.     The system will respond to messages to HB
  37.  
  38. If you send a message to HB or SAM @ W0RLI, with any number
  39. of lines, each containing callsigns separated by blanks you will get
  40. a return message with the callbook data on those callsigns.
  41.  
  42. For example:
  43.  
  44. SP HB @ W0RLI
  45. wb1dsw kq1k
  46. n0an
  47.  
  48. <or>
  49.  
  50. SP SAM @ W0RLI
  51. wb1dsw kq1k
  52. n0an
  53.  
  54. You will get a message back with the callbook information on
  55. wb1dsw, kq1k, and n0an.
  56.  
  57.